golang.org/x/tools/internal/gcimporter.importReader.typ (method)
18 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L578: typ := r.typ()
iimport.go#L658: constraint := r.typ()
iimport.go#L673: typ := r.typ()
iimport.go#L689: typ = r.typ()
iimport.go#L864: func (r *importReader) typ() types.Type {
iimport.go#L896: return types.NewPointer(r.typ())
iimport.go#L898: return types.NewSlice(r.typ())
iimport.go#L901: return types.NewArray(r.typ(), int64(n))
iimport.go#L904: return types.NewChan(dir, r.typ())
iimport.go#L906: return types.NewMap(r.typ(), r.typ())
iimport.go#L924: ftyp := r.typ()
iimport.go#L949: embeddeds[i] = r.typ()
iimport.go#L1004: targs[i] = r.typ()
iimport.go#L1006: baseType := r.typ()
iimport.go#L1022: terms[i] = types.NewTerm(r.bool(), r.typ())
iimport.go#L1068: xs[i] = types.Unalias(r.typ()).(*types.TypeParam)
iimport.go#L1084: typ := r.typ()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)